home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 194
- Top = 112
- Width = 316
- Height = 164
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 73
- Height = 13
- Caption = 'Enter some text'
- end
- object Label2: TLabel
- Left = 16
- Top = 64
- Width = 32
- Height = 13
- Caption = 'Label2'
- end
- object Label3: TLabel
- Left = 16
- Top = 88
- Width = 32
- Height = 13
- Caption = 'Label3'
- end
- object Label4: TLabel
- Left = 16
- Top = 112
- Width = 32
- Height = 13
- Caption = 'Label4'
- end
- object Edit1: TEdit
- Left = 16
- Top = 32
- Width = 121
- Height = 21
- TabOrder = 0
- Text = 'Edit1'
- end
- object Button1: TButton
- Left = 176
- Top = 16
- Width = 121
- Height = 25
- Caption = 'Show Hidden Data'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 176
- Top = 56
- Width = 121
- Height = 25
- Caption = 'Inc Reference Count'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 176
- Top = 96
- Width = 121
- Height = 25
- Caption = 'Dec Reference Count'
- TabOrder = 3
- OnClick = Button3Click
- end
- end
-